home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / debian_DSA-023.nasl < prev    next >
Text File  |  2005-03-31  |  3KB  |  55 lines

  1. # This script was automatically generated from the dsa-023
  2. # Debian Security Advisory
  3. # It is released under the Nessus Script Licence.
  4. # Advisory is copyright 1997-2004 Software in the Public Interest, Inc.
  5. # See http://www.debian.org/license
  6. # DSA2nasl Convertor is copyright 2004 Michel Arboi
  7.  
  8. if (! defined_func('bn_random')) exit(0);
  9.  
  10. desc = '
  11.  
  12. People at WireX have found several potential insecure uses of temporary files in programs provided by INN2. Some of them only lead to a vulnerability to symlink attacks if the temporary directory was set to /tmp or /var/tmp, which is the case in many installations, at least in Debian packages. An attacker could overwrite any file owned by the news system administrator, i.e. owned by news.news.
  13. Michal Zalewski found an exploitable buffer overflow with regard to cancel messages and their verification. This bug did only show up if "verifycancels" was enabled in inn.conf which is not the default and has been disrecommended by upstream.
  14. Andi Kleen found a bug in INN2 that makes innd crash for two byte headers. There is a chance this can only be exploited with uucp.
  15.  
  16. We recommend you upgrade your inn2 packages immediately.
  17.  
  18.  
  19. Solution : http://www.debian.org/security/2001/dsa-023
  20. Risk factor : High';
  21.  
  22. if (description) {
  23.  script_id(14860);
  24.  script_version("$Revision: 1.4 $");
  25.  script_xref(name: "DSA", value: "023");
  26.  script_cve_id("CVE-2001-0361");
  27.  
  28.  script_description(english: desc);
  29.  script_copyright(english: "This script is (C) 2004 Michel Arboi");
  30.  script_name(english: "[DSA023] DSA-023-1 inn2");
  31.  script_category(ACT_GATHER_INFO);
  32.  script_family(english: "Debian Local Security Checks");
  33.  script_dependencies("ssh_get_info.nasl");
  34.  script_require_keys("Host/Debian/dpkg-l");
  35.  script_summary(english: "DSA-023-1 inn2");
  36.  exit(0);
  37. }
  38.  
  39. include("debian_package.inc");
  40.  
  41. w = 0;
  42. if (deb_check(prefix: 'inn2', release: '2.2', reference: '2.2.2.2000.01.31-4.1')) {
  43.  w ++;
  44.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package inn2 is vulnerable in Debian 2.2.\nUpgrade to inn2_2.2.2.2000.01.31-4.1\n');
  45. }
  46. if (deb_check(prefix: 'inn2-dev', release: '2.2', reference: '2.2.2.2000.01.31-4.1')) {
  47.  w ++;
  48.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package inn2-dev is vulnerable in Debian 2.2.\nUpgrade to inn2-dev_2.2.2.2000.01.31-4.1\n');
  49. }
  50. if (deb_check(prefix: 'inn2-inews', release: '2.2', reference: '2.2.2.2000.01.31-4.1')) {
  51.  w ++;
  52.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package inn2-inews is vulnerable in Debian 2.2.\nUpgrade to inn2-inews_2.2.2.2000.01.31-4.1\n');
  53. }
  54. if (w) { security_hole(port: 0, data: desc); }
  55.